home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
src
/
demos
/
GL
/
bounce
/
Makefile
< prev
Wrap
Makefile
|
1994-08-01
|
205b
|
21 lines
#!smake
include $(ROOT)/usr/include/make/commondefs
#
# Makefile for bounce demo
#
TARGETS = bounce
LLDLIBS = -lgl -lm
default all: $(TARGETS)
install:
$(MAKE) $(TARGETS)
include $(COMMONRULES)